home *** CD-ROM | disk | FTP | other *** search
/ Cope with Cancer / Cope with Cancer.iso / pc / cope / coprecur.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1998-11-03  |  201 b   |  10 lines

  1. on mouseDown
  2.   global gBackFRAME, gBackMOVIE
  3.   cursor(4)
  4.   set whatFrame to the frame
  5.   set whatMovie to the movie
  6.   add(gBackFRAME, whatFrame)
  7.   add(gBackMOVIE, whatMovie)
  8.   go("beg", "copunpro")
  9. end
  10.